home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Ogg Vorbis / vorbis_sdk / doc / vorbis / Makefile.am < prev    next >
Encoding:
Makefile  |  2002-07-18  |  1.1 KB  |  55 lines

  1. ## Process this with automake to create Makefile.in
  2.  
  3. AUTOMAKE_OPTIONS = foreign
  4.  
  5. SUBDIRS = vorbisfile vorbisenc
  6.  
  7. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
  8.  
  9. doc_DATA = components.png \
  10.     draft-moffitt-vorbis-rtp-00.txt \
  11.     eightphase.png \
  12.     evenlsp.png \
  13.     floor1-1.png \
  14.     floor1-2.png \
  15.     floor1-3.png \
  16.     floor1-4.png \
  17.     floor1_inverse_dB_table.html \
  18.     floorval.png \
  19.     fourphase.png \
  20.     framing.html \
  21.     helper.html \
  22.     hufftree-under.png \
  23.     hufftree.png \
  24.     index.html \
  25.     lspmap.png \
  26.     oddlsp.png \
  27.     oggstream.html \
  28.     programming.html \
  29.     residue-pack.png \
  30.     residue2.png \
  31.     squarepolar.png \
  32.     stereo.html \
  33.     stream.png \
  34.     v-comment.html \
  35.     vorbis-clip.txt \
  36.     vorbis-errors.txt \
  37.     vorbis-fidelity.html \
  38.     vorbis-ogg.html \
  39.     vorbis-spec-bitpack.html \
  40.     vorbis-spec-codebook.html \
  41.     vorbis-spec-floor0.html \
  42.     vorbis-spec-floor1.html \
  43.     vorbis-spec-intro.html \
  44.     vorbis-spec-ref.html \
  45.     vorbis-spec-res.html \
  46.     vorbis.html \
  47.     vorbisword2.png \
  48.     wait.png \
  49.     white-ogg.png \
  50.     white-xifish.png \
  51.     window1.png \
  52.     window2.png
  53.  
  54. EXTRA_DIST = $(doc_DATA)
  55.